docu fixes from Guillaume Cottenceau, #454596.
authorTim Janik <timj@gtk.org>
Sat, 7 Jul 2007 15:35:32 +0000 (15:35 +0000)
committerTim Janik <timj@src.gnome.org>
Sat, 7 Jul 2007 15:35:32 +0000 (15:35 +0000)
Sat Jul  7 17:34:33 2007  Tim Janik  <timj@gtk.org>

        * gdk-pixbuf-scale.c: docu fixes from Guillaume Cottenceau, #454596.

svn path=/trunk/; revision=18390

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-scale.c

index 94dae6158158614c4b07a6999a0a9a079e56d59f..6034f66d8c93e5a062c66dc979a4b6c5ecd7915a 100644 (file)
@@ -1,3 +1,7 @@
+Sat Jul  7 17:34:33 2007  Tim Janik  <timj@gtk.org>
+
+       * gdk-pixbuf-scale.c: docu fixes from Guillaume Cottenceau, #454596.
+
 2007-07-06  Michael J. Chudobiak  <mjc@cvs.gnome.org>
 
        * io-tiff.c: (tiff_image_parse): Added a comment to explain
index 3ca86d2c10f1861a25b34dd278912fbda447a1b6..acfe874cab00f32d22d600c588c6231ce3924bb3 100644 (file)
@@ -316,7 +316,8 @@ gdk_pixbuf_composite_color_simple (const GdkPixbuf *src,
  * Rotates a pixbuf by a multiple of 90 degrees, and returns the
  * result in a new pixbuf.
  *
- * Returns: a new pixbuf
+ * Returns: the new #GdkPixbuf, or %NULL if not enough memory could be
+ * allocated for it.
  *
  * Since: 2.6
  */
@@ -408,7 +409,8 @@ gdk_pixbuf_rotate_simple (const GdkPixbuf   *src,
  * Flips a pixbuf horizontally or vertically and returns the
  * result in a new pixbuf.
  *
- * Returns: a new pixbuf.
+ * Returns: the new #GdkPixbuf, or %NULL if not enough memory could be
+ * allocated for it.
  *
  * Since: 2.6
  */